@import url('bootstrap.min.css');
@import url('wapfoot.css');
@import url('ck-content.css');
@import url('style7.css');

.clearfix {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

/*图片自适应样式*/
.gk-autoimg {
  position: relative;
}

.gk-autoimg div {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.gk-autoimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: ease all .5s;
}

.gk-autoimg img:hover {
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

/* 字体隐藏 变成小圆点 */
.killword {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gk-max-line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.gk-max-line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gk-max-line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gk-max-line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gk-max-line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.gk-max-line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.gk-max-line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.gk-max-line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.gk-max-line9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.gk-max-line10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.ck-content {
  margin: auto;
  padding: 2%;
  text-align: left;
  word-break: break-word;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.9;
  width: inherit;
}

.ck-content ul,
.ck-content li {
  list-style: unset;
}

.adminedit {
  position: absolute;
  z-index: 99999999;
  background: rgba(0, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dashed rgb(0, 255, 255);
  top: 0;
  left: 0;
}


/*详情页*/
.gk-view .hd {
  margin: 0 0 15px;
}

.gk-view .hd h1 {
  text-align: center;
  font-size: 24px;
  /*text-transform: uppercase;*/
  line-height: 1.5;
  font-weight: 500;
}

.gk-view .hd h4 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.gk-view-state {
  text-align: center;
  font-size: 12px;
  color: #999;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 2%;
}

.gk-view-state label {
  font-weight: 200;
  background-color: #eee;
  padding: 2px 4px;
  margin: 3px auto;
  border-radius: 5px;
}

.gk-view-state i {
  margin: 0 0 0 3px;
}

.gk-view .gk-summary {
  border: 1px dashed #f1f1f1;
  background-color: #fafafa;
  font-size: 14px;
  text-align: justify;
  padding: 2%;
  color: #333;
  margin: 0 auto 2% auto;
  font-weight: 200;
  line-height: 1.8;
  word-break: break-all;
}

/*图片详情页*/
.gk-view-aimg,
.gk-view-acontent {
  display: inline-block;
  float: left;
}

.gk-view-pro .hd h1 {
  font-size: 26px;
}

.gk-view-pro .hd h4 {
  font-size: 20px;
  font-weight: 200;
}

.gk-view-pro .hd h1,
.gk-view-pro .hd h4 {
  padding: 0 0 15px 30px;
}

.gk-view-pro .gk-summary {
  font-size: 14px;
  font-weight: 200;
  padding: 20px 0 0 30px;
  color: #666;
  border-top: 1px solid #eee;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}

.gk-view-pro .gk-view-aimg {
  width: 40%;
  height: 30vw;
  min-height: 360px;
}

.gk-view-aimg div.col-pic {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gk-view-pro .isImage {
  max-width: 100%;
  max-height: 100%;
}

/* .gk-view-pro .isHighImage img {
  position: relative;
  height: 100%;
  width: auto;
  left: 50%;
}

.gk-view-pro .isLongImage img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
} */
.gk-view-acontent {
  width: 60%;
  padding: 30px 0 0 0;
}

.gk-view-pro .content.ck-content {
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.gk-view-pro .gk-view-state {
  text-align: left;
  margin: 20px 0 0 0;
}

.gk-view-pro .gk-view-state label {
  display: block;
  background: unset;
  padding: 2px 0;
  margin: 0;
}


/*地图*/
.gk-map {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

/*三级分类*/
.pageFilter {
  max-height: 70px;
  z-index: 9;
  display: flex;
}

.pageFilter.-is-static {
  transform: none !important;
}

.pageFilter.-is-fixed {
  position: fixed;
  right: 0;
  left: 0;
  opacity: 0;
  background: rgba(48, 43, 40, .9);
  margin: 0 auto;
  width: calc(100% - 3%);
  height: 80px;
  justify-content: center;
  animation: pageFilterFixed .3s ease .0s forwards;
}

@keyframes pageFilterFixed {
  0% {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 20px;
    opacity: 1;
  }
}

.pageFilter.-is-fixed.-is-scrollBack {
  animation: pageFilterScrollBack .3s ease 0s forwards;
  top: 120px;
}

@keyframes pageFilterScrollBack {
  0% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 120px;
    opacity: 1;
  }
}

.pageFilter.-is-fadeIn {
  opacity: 1;
  transition: opacity 0.2s ease 0.2s;
}

.pageFilter.-is-fixed.-is-viewin {
  animation: pageFilterScrollHideViewin .2s ease 0s forwards;
}

@keyframes pageFilterScrollHideViewin {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pageFilter.-is-hide {
  top: 20px;
  pointer-events: none;
  animation: pageFilterScrollHide .2s ease 0s forwards;
}

@keyframes pageFilterScrollHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pageFilter.-is-scrollBack.-is-static {
  opacity: 0;
  animation: pageFilterScrollShow 0s ease 0s forwards;
}

@keyframes pageFilterScrollShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pageFilter.-is-active {
  max-height: calc(70px * 5.5);
}

.pageFilterBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 100;
  pointer-events: all;
}

.pageFilterBtn .pageFilterText {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9d9d9d;
  width: 21px;
  height: 100%;
  background: no-repeat url(../image/icn_worksPagefilter.svg) 90% 50%;
  margin-right: 33px;
}

.pageFilter.-is-fixed .pageFilterText {
  background-image: url(../image/icn_worksPagefilterWhite.svg);
}

.pageFilterBtn .pageFilterSlectedText {
  flex: 1;
  text-align: center;
  padding: 0 55px 0 0;
  font-size: 12px;
  display: none;
}

.pageFilterBtn .pageFilterText span {
  display: none;
}

.pageFilter.-is-active .pageFilterBtn::before {
  display: none;
}

/* pageFilterList */
.pageFilterListWrap {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s ease;
  box-sizing: border-box;
  pointer-events: all;
}

.pageFilter.-is-active .pageFilterListWrap {
  opacity: 1;
  max-height: calc(70px * 7 + 1px);
  overflow-y: auto;
  pointer-events: all;
}

.pageFilter.-is-fixed .pageFilterListWrap {
  max-height: calc(97vh - 220px);
}

.pageFilterList {
  display: flex;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.pageFilter.-is-fixed .pageFilterList {
  height: 100%;
}

.pageFilterListItem {
  /* color: #fff; */
  color: #333;
  width: 100%;
  /* height: 70px; */
  /* padding: 0 55px 0 85px; */
  margin: 0 13px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}

.pageFilter.-is-fixed .pageFilterListItem {
  color: #fff;
  transition: 0s ease;
}

.pageFilterListItem:not(:last-child)::after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin-left: 13px;
  background-color: #000;
  border-radius: 2px;
  transform: rotate(27deg);
}

.pageFilter.-is-fixed .pageFilterListItem:not(:last-child)::after {
  background-color: #fff;
}

.pageFilterListItem span {
  white-space: nowrap;
}

body:not(.-is-touch) .pageFilterListItem:hover {
  /* opacity: 0.5; */
}

.pageFilterListItem span {
  transition: color 0.2s;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.pageFilterListItem.-is-active {
  /* border-bottom: 1px solid #222; */
}

.pageFilterListItem.-is-active span {
  /* color: #fff; */
  font-weight: 700;
}

.pageFilterListItem span:hover:before,
.pageFilterListItem.-is-active span:before {
  -webkit-animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
}

.pageFilterListItem span:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal forwards running;
}


@media screen and (max-height: 650px) {
  .pageFilter.-is-active .pageFilterListWrap {}
}

@media screen and (max-width: 1024px) {
  .pageFilterListItem {}
  .ck-content{
      text-align: left;
  }
}

@media screen and (max-width: 768px) {
  body.-is-active #menuBtn {
    z-index: 10;
  }

  .pageFilter {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-height: none;
    bottom: 0;
    z-index: 9;
    transition: none;
    margin-top: 40px;
    opacity: 1;
    margin: 30px 0 0 0;
  }

  body.-is-sp #scroll-container {
    transform: none !important;
  }

  .pageFilter.-is-fixed {
    width: 80vw;
    position: fixed;
    opacity: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: 30px;
    -webkit-animation: none;
    animation: none;
  }

  .pageFilter.-is-fixed.-is-scrollBack {
    top: auto;
    bottom: 30px;
    -webkit-animation: none;
    animation: none;
  }

  .pageFilter.-is-fadeOut {
    transition: opacity 0.2s ease 0s;
    opacity: 0;
  }

  .pageFilter.-is-fadeIn {
    transition: opacity 0.2s ease 0s;
    opacity: 1;
  }

  .pageFilter.-is-hide {
    transition: opacity 0.2s ease 0s;
    opacity: 0;
  }

  .pageFilterBtn {
    height: 100%;
    display: none;
  }

  .pageFilterBtn .pageFilterSlectedText {
    padding-right: 75px;
  }

  .pageFilterListWrap {
    display: block;
    opacity: 1;
  }

  .pageFilterList {
    flex-wrap: wrap;
  }

  .pageFilterListItem {
    width: auto;
    text-align: center;
    background-color: #EBEBEB;
    border-radius: 50px;
    margin: 0 5px 10px 0;
    padding: 10px 14px;
    transition: none;
    font-size: 12px;
  }

  .pageFilterListItem span {
    display: inline;
  }

  .pageFilterListItem span:before,
  .pageFilterListItem:not(:last-child)::after {
    display: none;
  }

  .-is-fixed .pageFilterListWrap {
    bottom: calc((100vh - 160px) / 10);
    position: absolute;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .pageFilterListItem.-is-active {
    background-color: #333;
    color: #fff;
  }

  .pageFilterListItem.-is-active a {
    color: #fff;
  }

  /* .-is-fixed .pageFilterListWrap{
    bottom: 70px;
    position: absolute;
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
  } */
  .caseListMod01 .js-caseListItem.-is-hide {
    display: none;
  }

  .pageFilter.-is-fixed {
    background-color: rgba(34, 34, 34, .95);
  }

  .pageFilter.-is-fixed.-is-active {
    background-color: transparent;
  }

  .pageFilter.-is-fixed .pageFilterListWrap {
    display: block;
    opacity: 0;
    background-color: rgba(34, 34, 34, .95);
  }

  .pageFilter.-is-fixed .pageFilterList {
    display: block;
  }

  .pageFilter.-is-fixed .pageFilterBtn {
    display: flex;
    width: 100%;
    background: no-repeat url(../image/icn_worksPagefilterWhite.svg) 90% 50%;
  }

  .pageFilter.-is-fixed .pageFilterSlectedText {
    color: #fff;
    display: block;
    height: auto;
  }

  .pageFilter.-is-fixed .pageFilterBtn .pageFilterText {
    height: auto;
    width: 85px;
    background-image: none;
    margin: 0;
  }

  .pageFilter.-is-fixed .pageFilterBtn .pageFilterText span {
    display: block;
  }

  .pageFilter.-is-fixed .pageFilterList {
    display: block;
  }

  .pageFilter.-is-fixed .pageFilterListWrap {
    width: 100%;
  }

  .pageFilter.-is-fixed .pageFilterListItem {
    display: flex;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: calc((100vh - 160px) / 10);
  }

  /* active */
  .pageFilter.-is-active .pageFilterListWrap {
    max-height: calc((100vh - 160px) / 10 * 10);
    height: calc((100vh - 160px) / 10 * 10);
    opacity: 1;
    padding-top: 60px;
  }

  .pageFilter.-is-active .pageFilterListWrap {
    bottom: 0;
  }

  .pageFilter.-is-active .pageFilterListItem {
    height: calc((100vh - 160px) / 10);
  }

  .pageFilter.-is-active .pageFilterBtn {
    opacity: 0;
    display: none;
  }

  .pageFilter .pageFilterClose {
    display: none;
  }

  .pageFilter.-is-active .pageFilterClose {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 100;
  }

  .pageFilter.-is-active .pageFilterIconClose::before,
  .pageFilter.-is-active .pageFilterIconClose::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
  }

  .pageFilter.-is-active .pageFilterIconClose {
    position: absolute;
    margin-left: 3px;
    margin-top: 10px;
  }

  .pageFilter.-is-active .pageFilterIconClose::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pageFilter.-is-active .pageFilterIconClose::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .gk-map {
    height: 360px;
  }

}

@media screen and (max-width: 320px) {
  .pageFilterListItem {
    font-size: 11px;
    padding: 10px 7px
  }
}

/**/
@media (max-width: 1280px){
  .gk-view-pro .gk-view-aimg{
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .gk-view-pro .gk-summary {
    font-size: 18px;
  }

  .gk-view .hd h1,
  .gk-view-state,
  .gk-view .hd h4 {
    text-align: left;
  }

  .ck-content {
    font-size: 2.2vh;
  }

  .gk-view-aimg,
  .gk-view-acontent {
    display: block;
    float: unset;
  }

  .gk-view-pro .gk-view-aimg {
    width: 90%;
    margin: 30px auto;
    padding-left: 0;
    min-height: auto;
    height: auto;
  }
  .gk-view-pro .isImage{
    width: 100%;
  }
  .gk-view-acontent {
    width: 100%;
  }

  .gk-view-pro .hd h1,
  .gk-view-pro .hd h4 {
    text-align: center;
    padding: 0 0 15px 0px;
  }

  .gk-view-pro .gk-summary {
    padding: 20px 0 0 0px;
  }
}